home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
MorphOS
/
tictactoe-1.2.1
/
line_o_s.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-10-22
|
190b
|
7 lines
#ifndef __LINE_O_S__H__
#define __LINE_O_S__H__
int col_possible(int row, int col, int who);
int row_possible(int row, int col, int who);
int dia_possible(int row, int col, int who);
#endif